NeXT TypedStream Data | 1994-12-13 | 2.1 KB | 39 lines
typedstream
IBObjectData
Object
CustomObject
MainWinController
ScrollView
Responder
TextField
Control
TextFieldCell
ActionCell
Search Test
Helvetica
ClipView
ciifffcfffs
[1138c]{\rtf0\ansi{\fonttbl\f0\fswiss Helvetica;}
\margl40
\margr40
{\colortbl;\red0\green0\blue0;}
\pard\tx533\tx1067\tx1601\tx2135\tx2668\tx3202\tx3736\tx4270\tx4803\tx5337\f0\b0\i0\ulnone\fs24\fc1\cf1 SearchTest.app was written to test the MiscFile (Searching) category (I also thought it might end up in the MiscKit, in which case, this example could be included). \
See the MiscFile+Searching interface/implementation files for a little more information on what it can do for you.\
While writing this application, I also happened to use a couple other MiscKit objects that don't have examples included with the Kit (well at least there weren't any in v1.2.4). I used some classes from the MiscSwapKit (MiscSwapContentsControllers and MiscSwapViewByPopup). You can see all the connections needed by looking at SearchTest.nib in IB.\
I also made use of the MiscStopwatch to time the searches. It will likely be more important later when trying to optimize the searches. I think that the DirectoryStream class will be removed and straight unix calls be used... that should speed things up considerably.\